From f28927a9915c1ea48a724c4e2f158db48b6bf26c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 25 Mar 2008 10:26:05 +0000 Subject: [PATCH] xend: typo Signed-off-by: Samuel Thibault --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index f057d7c0a9..46e738c478 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -459,7 +459,7 @@ class XendDomainInfo: self.destroy() raise else: - raise XendError('VM is not susupened; it is %s' + raise XendError('VM is not suspended; it is %s' % XEN_API_VM_POWER_STATE[state]) def shutdown(self, reason): -- 2.30.2